.hant1{
    background-color: #ffff82 !important;
    font-weight: bold;
}
.hant2{
    background-color: #fcfc3c !important;
    font-weight: bold;
}
.hant3{
    background-color: #f7f70f !important;
    font-weight: bold;
}
/* .hide{
	display:none;
} */
.hant4{
    background-color: #f1f20f !important;
    font-weight: bold;
}
.fa.fa-thumb-tack::before {
    content: "\f08d";
}
.text-info{
    color:#000 !important;
}
header.masthead {
    height: 60px;
    background-color: #0085a1;
    margin-top: 5px;
    margin-bottom: 5px;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica','Arial',sans-serif !important;
    font-weight: 400;
    font-size: 13px;
    background: #F8F9FC;
    /* background: #DADEE4; */
    -webkit-font-smoothing: antialiased;
}

.home-sec-title {
    background: #f26522;
    height: 45px;
    margin: 5px 0;
    border-radius:5px;
}

.home-sec-title h5 {
    margin: auto 0;
    margin-left: 15px;
}

.home-row {
    /* background: #fff; */
}

.page-link {
    color: #0085a1;
}

.page-link:hover {
    color: #0085a1;
}

/* news home page */
.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.home-list-post .post-title {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.home-main-post .post-title {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.home-image-post .image-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* news page */
.rank-table {
    overflow: auto;
    width: calc(100% - 0px);
    border-left: 1px solid #E7E8EA;
    border-bottom: 1px solid #E7E8EA;
    border-right: 1px solid #E7E8EA;
}
.rank-table thead {
    background: #00aeef;
    color: #fff;
}
.rank-table .w-10 {
    width: 10%;
}
.rank-table .w-30 {
    width: 30%;
}
a.list-group-item {
    height:auto;
    min-height:220px;
}
a.list-group-item.active small {
    color:#fff;
}
.stars {
    margin:20px auto 1px;    
}
.post-title {
    font-size: 24px !important;
}
.post-meta {
    font-size: 13px !important;
}
.btn-player-custom {
    /* border-radius: 100%; */
    height: 1.8rem;
    width: 1.8rem;
    font-size: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.image-container {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-container:hover .image {
    opacity: 0.3;
}

.image-container:hover .middle {
    opacity: 1;
}

.no-data {
    padding: 30px;
    text-align: center;
}

.nav-tabs {
    border-bottom: unset;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: unset;
    border-top: 3px solid #105565;
    border-bottom: 1px solid #F8F9FC;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    background-color: unset;
    border-top: 3px solid #105565;
    border-bottom: 1px solid #F8F9FC;
}

.tab-content {
    border: 1px solid #dee2e6;
}

.tab-content .table th {
    border-top: unset;
}

.card-body .col-6,
.card-body .col-4,
.card-body .col-3,
.card-body .col-2 {
    padding: 5px;
}

#dataNews .card-body {
    padding: 0;
}

#dataTeamPlayer .card-body {
    font-size: 11px !important;
}


@media only screen and (max-width: 768px) {
    .card-body {
        flex-direction: column !important;
    }
    .card-body .col-6,
    .card-body .col-4,
    .card-body .col-3,
    .card-body .col-2 {
        max-width: 100% !important;
        /* padding: 5px 15px; */
    }

    .rank-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .rank-table thead tr th {
        min-width: 50px;
    }

    #dataTeamPlayer .rank-table {
        display: revert;
    }
    #dataNews .d-flex {
        flex-direction: column;
    }

    #dataNews .home-image-post .image-container,
    #dataNews .home-main-post .post-title {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}


#mainNav .navbar-toggler{
	font-size: 10px;
    font-weight: 800;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 992px){
.navbar-collapse {
	background:#fff;
	opacity:0.9;
}
}
@media (max-width: 1200px){
	.banner{
		display:none;
}
}

